saveFile

suspend fun saveFile(cacheId: Int, file: Path, concurrency: Int = 4, maxChunkSize: Long = 32 * 1024 * 1024)

Upload a file to the cache and then commit it

Sources

js source
Link copied to clipboard